Platform Explorer / Nuxeo Platform 5.8

Contribution org.nuxeo.ecm.social.user.relationship.actions--actions

This contribution is part of XML component org.nuxeo.ecm.social.user.relationship.actions inside nuxeo-user-relationship-5.8.jar

Extension Point

Extension point actions of component ActionService.

Contributed Items

  • <action icon="/icons/relationship_network.png" id="relationship_network" label="user.center.relationship.network" link="user_center_fragment.xhtml" order="25">
          <category>USER_CENTER</category>
          <filter-id>not_anonymous</filter-id>
        </action>
  • <action id="relationship_network_tab" label="user.center.relationship.network.tab" link="/incl/user_relationships_network.xhtml" order="10">
          <category>relationship_network_sub_tab</category>
        </action>

XML Source

<extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">

    <action icon="/icons/relationship_network.png" id="relationship_network" label="user.center.relationship.network" link="user_center_fragment.xhtml" order="25">
      <category>USER_CENTER</category>
      <filter-id>not_anonymous</filter-id>
    </action>

    <action id="relationship_network_tab" label="user.center.relationship.network.tab" link="/incl/user_relationships_network.xhtml" order="10">
      <category>relationship_network_sub_tab</category>
    </action>

  </extension>